PDF4Java Reference Documentation
com.o2sol.pdf4java.annotations.richmedia Package / PDFRichMediaAnnotation Class / setPlaceholder Method
A com.o2sol.pdf4java.graphics.PDFFormXObject that defines the placeholder to be displayed on the page when the annotation is not activated.
In This Topic
    setPlaceholder Method
    In This Topic
    Sets the placeholder to be displayed on the page when the annotation is not activated.
    Syntax
    public void setPlaceholder( 
       PDFFormXObject placeholder
    )

    Parameters

    placeholder
    A com.o2sol.pdf4java.graphics.PDFFormXObject that defines the placeholder to be displayed on the page when the annotation is not activated.
    See Also